Use 'inline', not 'INLINE'.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 31 May 2011 05:34:40 +0000 (22:34 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 31 May 2011 05:34:40 +0000 (22:34 -0700)
commit87d1d834f5438b275edabdeac9c9b1cbabe5fc46
tree6ed2e1004343f5e64862391c658acd0c706c509a
parent48f1fc966038f48aa99eee937f3cca234d553c32
parent1e8718df535ecf13ec2082ac903bf5637ea4a77d
Use 'inline', not 'INLINE'.

[ChangeLog]
* configure.in (INLINE): Remove.
[lib-src/ChangeLog]
* etags.c (hash): Now inline unconditionally.
* make-docfile.c (put_char): inline, not INLINE.
[nt/ChangeLog]
* config.nt (INLINE): Remove.
[src/ChangeLog]
<http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00914.html>
* alloc.c, fontset.c (INLINE): Remove.
* alloc.c, bidi.c, charset.c, coding.c, dispnew.c, fns.c, image.c:
* intervals.c, keyboard.c, process.c, syntax.c, textprop.c, w32term.c:
* xdisp.c, xfaces.c, xterm.c: Replace all uses of INLINE with inline.
* gmalloc.c (register_heapinfo): Use inline unconditionally.
* lisp.h (LISP_MAKE_RVALUE): Use inline, not __inline__.
ChangeLog